public class GxCellEditorSelect
extends GxCellEditorAbstract
Simple editors that use the standard HTML select tag.
The standard HTML select to behave oddly in the grid. This is because the browser doesn't have a great API for opening and closing the selected popup.
We advise that you don't use it unless you have to - that is we advise against GxCellEditorSelect as they give poor user experience, especially if using keyboard navigation.
If using Enhanced grid , you should use the provided GxCellEditorRichSelect.
Modifier and Type | Field and Description |
---|---|
JsonArray | Values! An array of values to allow the user to select from |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() {@inheritDoc} |
static BBjString | getCellEditorName() {@inheritDoc} |
public JsonArray Values!
An array of values to allow the user to select from
public JsonObject getAsJsonObject()
public static BBjString getCellEditorName()